RunDops is an open-source publisher focused on command-line tooling for DevOps workflows; its single public offering, “dops,” is a lightweight terminal user interface that lets engineers discover, parameterize, and run operational runbooks without leaving the shell. Designed for cloud-native teams that keep instructions in Markdown or YAML within Git repositories, the utility parses those documents, prompts interactively for required variables, executes the steps locally or over SSH, and returns colorized logs and exit codes back to the console. Typical use cases include on-call responders who need to restart a microservice, database administrators rotating credentials, or site-reliability engineers scaling clusters during an incident—all scenarios where a repeatable, audited sequence must be invoked quickly from a laptop or bastion host. Because dops treats every runbook as version-controlled code, organizations gain consistent execution across development, staging, and production while still allowing per-environment overrides. The project is written in Go, ships as a single static binary for Windows, macOS, and Linux, and integrates with existing secret stores and CI pipelines through environment variables or external credential helpers. RunDops software, including the most recent build of dops, is available for free on get.nero.com, where downloads are delivered through trusted Windows package sources such as winget, always install the latest upstream release, and can be pulled in bulk alongside other utilities for unattended batch installation.
Developer Operations TUI — browse, parameterize, and execute runbooks from the terminal
Details